projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5500c42
)
(x_set_font): Don't call face-set-after-frame-default
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 21 Jul 1999 21:43:52 +0000
(21:43 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 21 Jul 1999 21:43:52 +0000
(21:43 +0000)
if faces haven't been initialized.
(Fx_create_frame): Call face-set-after-frame-default after
faces have been initialized, and widget has been created.
(scroll_bar): Add x_widget_low and x_widget_high.
src/widget.h
patch
|
blob
|
history
diff --git
a/src/widget.h
b/src/widget.h
index 99edf0971a504dc180b21048c087df431d197fb7..2e53163ba3906fc776da34e246c9796da1a109b7 100644
(file)
--- a/
src/widget.h
+++ b/
src/widget.h
@@
-96,5
+96,6
@@
extern struct _DisplayContext* display_context;
/* Special entrypoints */
void EmacsFrameSetCharSize ();
+void widget_store_internal_border P_ ((Widget widget));
#endif /* _EmacsFrame_h */